Crate microrm_macros

source ·

Macros

  • Defines a struct to represent a optionally-unique index on a table.
  • For internal use inside the microrm library. See make_index.

Derive Macros

  • Turns a serializable/deserializable struct into a microrm entity model.
  • Marks a struct or enum as able to be directly used in an Entity to correspond to a single database column.